const vendor/golang.org/x/text/unicode/norm.maxBufferSize
4 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L13: maxBufferSize = maxNonStarters + 2
composition.go#L17: maxByteBufferSize = utf8.UTFMax * maxBufferSize // 128
composition.go#L99: rune [maxBufferSize]Properties // Per character info.
normalize.go#L602: var buf [maxBufferSize * utf8.UTFMax]byte
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |